projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c20407
)
faces.el (glyphless-char): Define value for `pc'.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Nov 2010 11:43:01 +0000
(13:43 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Nov 2010 11:43:01 +0000
(13:43 +0200)
lisp/ChangeLog
patch
|
blob
|
history
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 412d8a5baafb10d9cf351f14828a0b2d8b804511..bc6f8e78023404f63ccd0b8b93e498dbb6f79a03 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2010-11-20 Eli Zaretskii <eliz@gnu.org>
+
+ * faces.el (glyphless-char): Define value for `pc'.
+
2010-11-12 Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 62428c0d29dbe4de43838c0e2f440b10f159839b..ba8535aac4f70fd68b50b33aacc2ef1e5082e45e 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2485,6
+2485,7
@@
Note: Other faces cannot inherit from the cursor face."
(defface glyphless-char
'((((type tty)) :inherit underline)
+ (((type pc)) :inherit escape-glyph)
(t :height 0.6))
"Face for displaying non-graphic characters (e.g. U+202A (LRE)).
It is used for characters of no fonts too."